We are using the PagerDuty APIs to get all incidents and single incidents successfully. What we need now is to be able to load CUSTOM DETAILS.
We can load CUSTOM DETAILS by using the endpoint /incidents/{id}/alerts but that would require a separate request for each incident. Is there a way to get these multiple custom details for multiple incidents in a single API call by specifying the incident numbers?